home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1999 April
/
Software of the Month - Ultimate Collection Shareware 260.iso
/
pc
/
UTILITY
/
winwash
/
washer.exe
/
0
/
RCDATA
/
TFORM11
/
TFORM11.txt
Wrap
Text File
|
1998-12-02
|
2KB
|
103 lines
object Form11: TForm11
Left = 211
Top = 144
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Internet Explorer Cookies'
ClientHeight = 261
ClientWidth = 442
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 4
Top = 8
Width = 184
Height = 13
Caption = 'All Cookies Contained in your IE profile:'
end
object Label2: TLabel
Left = 266
Top = 9
Width = 157
Height = 13
Caption = 'Contents of Selected Cookie File:'
end
object FileListBox1: TFileListBox
Left = 4
Top = 25
Width = 253
Height = 97
ItemHeight = 13
Mask = '*.txt'
TabOrder = 0
OnClick = FileListBox1Click
end
object Memo1: TMemo
Left = 265
Top = 25
Width = 172
Height = 100
ScrollBars = ssBoth
TabOrder = 1
WantReturns = False
WordWrap = False
end
object BitBtn1: TBitBtn
Left = 64
Top = 135
Width = 97
Height = 25
Caption = 'Add to Keepers'
TabOrder = 2
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 176
Top = 135
Width = 121
Height = 25
Caption = 'Remove from Keepers'
TabOrder = 3
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 312
Top = 135
Width = 75
Height = 25
Caption = 'Done'
TabOrder = 4
OnClick = BitBtn3Click
end
object Memo2: TMemo
Left = -373
Top = 251
Width = 371
Height = 85
TabOrder = 5
Visible = False
end
object ListView1: TListView
Left = 31
Top = 168
Width = 373
Height = 84
Columns = <
item
Caption = 'Cookies To Keep'
Width = 368
end>
RowSelect = True
TabOrder = 6
ViewStyle = vsReport
end
end